home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / contrib / poly3d-r / makefile.wnt < prev    next >
Encoding:
Makefile  |  1996-07-16  |  828 b   |  27 lines

  1. #
  2. # This make file is for the poly3d-r utility for Windows NT
  3. #
  4. #                Gershon Elber, June 1993
  5. #
  6.  
  7. # Includes generic definitions.
  8. include ..\makeflag.wnt
  9.  
  10. OBJS =  colortbl.obj evalcolr.obj poly3d-r.obj \
  11.     prepdata.obj scandata.obj
  12.  
  13. poly3d-r.exe: $(OBJS)
  14.     $(IRITCONLINK) -out:poly3d-r.exe $(OBJS) $(LIBS)
  15.  
  16. install: poly3d-r.exe
  17.     copy poly3d-r.exe $(BIN_DIR)
  18.     del poly3d-r.exe 
  19.     copy poly3d-r.cfg $(BIN_DIR)
  20.  
  21. # Dependencies starts here - do not touch, generated automatically.
  22. colortbl.obj:    program.h ../include/iritprsr.h ../include/iritgrap.h
  23. evalcolr.obj:    program.h ../include/iritprsr.h
  24. poly3d-r.obj:    program.h ../include/getarg.h ../include/genmat.h ../include/iritprsr.h ../include/ip_cnvrt.h ../include/config.h
  25. prepdata.obj:    program.h ../include/genmat.h ../include/iritprsr.h
  26. scandata.obj:    program.h ../include/iritprsr.h
  27.